home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Shareware City / Science / µSim 1.0 folder / source / C.r < prev    next >
Encoding:
Text File  |  1995-01-14  |  872 b   |  36 lines  |  [TEXT/MMCC]

  1. /*
  2. Copyright © 1993,1994 by Fabrizio Oddone
  3. ••• ••• ••• ••• ••• ••• ••• ••• ••• •••
  4. This source code is distributed as freeware: you can copy, exchange, modify this
  5. code as you wish. You may include this code in any kind of application: freeware,
  6. shareware, or commercial, provided that full credits are given.
  7. You may not sell or distribute this code for profit.
  8. */
  9.  
  10. #define SystemSevenOrLater 1
  11.  
  12. #include "SysTypes.r"
  13. #include "Types.r"
  14. #include "StdAlert.r"
  15.  
  16. /*----------------------------CSTR • C-Style String--------------------------------*/
  17. type 'CSTR' {
  18.         cstring;
  19. };
  20.  
  21.  
  22. #ifdef    __USVersion__
  23. #include "USAC.r"
  24. #include "VersUSA.r"
  25. #include "GeneralUsageUSA.r"
  26. //INCLUDE "USAC.rsrc";
  27. #endif    __USVersion__
  28.  
  29. #ifdef    __VersioneItaliana__
  30. #include "ItaliaC.r"
  31. #include "VersItalia.r"
  32. #include "GeneralUsageItalia.r"
  33. //INCLUDE "ItaliaC.rsrc";
  34. #endif    __VersioneItaliana__
  35.  
  36.